home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
dev
/
misc
/
gdbm.lha
/
gdbm-1.7.3
/
gdbm.proto2
< prev
next >
Wrap
Text File
|
1999-12-12
|
255b
|
18 lines
/* extra prototypes */
/* GDBM C++ support */
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
extern const char *gdbm_strerror GDBM_Proto((
gdbm_error error
));
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
#endif